object Form1: TForm1 Left = 111 Top = 205 Width = 185 Height = 175 Caption = 'Chrono' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 96 Top = 64 Width = 18 Height = 14 Caption = 'ms' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 96 Top = 88 Width = 18 Height = 14 Caption = 'ms' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 96 Top = 112 Width = 18 Height = 14 Caption = 'ms' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 120 Top = 64 Width = 50 Height = 14 Caption = 'measure' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 120 Top = 88 Width = 24 Height = 14 Caption = 'total' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 120 Top = 112 Width = 44 Height = 14 Caption = 'average' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 4 Top = 4 Width = 53 Height = 25 Caption = 'Start' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 60 Top = 4 Width = 53 Height = 25 Caption = 'Stop' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button2Click end object Edit1: TEdit Left = 4 Top = 60 Width = 89 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 Text = '0' end object Button3: TButton Left = 4 Top = 36 Width = 53 Height = 21 Caption = 'Pause' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 60 Top = 36 Width = 53 Height = 21 Caption = 'Continue' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = Button4Click end object Button5: TButton Left = 116 Top = 4 Width = 53 Height = 25 Caption = 'Reset' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = Button5Click end object Edit2: TEdit Left = 4 Top = 84 Width = 89 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 6 Text = '0' end object Edit3: TEdit Left = 4 Top = 108 Width = 89 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 7 Text = '0' end object Edit4: TEdit Left = 148 Top = 84 Width = 25 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 8 Text = '0' end object Button6: TButton Left = 116 Top = 36 Width = 53 Height = 21 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 9 OnClick = Button6Click end object PanelClock1: TPanelClock Left = 0 Top = 132 Width = 177 Hint = 'Click to see system resources' AlertFont.Color = clWindowText AlertFont.Height = -13 AlertFont.Name = 'System' AlertFont.Style = [] Align = alBottom Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] Hint2 = 'Click to see clock' ParentFont = False end object Chrono1: TChrono Left = 28 Top = 12 end end